|
|
|
BlueCielo Meridian Global Collaboration Framework 2012 SP1 Administrator's Guide | BlueCielo ECM Solutions |
Deleting a document that has been replicated to collaborating sites can have serious negative implications. Up to Global Collaboration Framework version 2.1, it would show a confirmation dialog box when the user deleted a document that had been replicated to collaborating sites. Since Global Collaboration Framework version 2008, this can be controlled by implementing the user-defined VBScript function GCFShowRemoteDeletionConfirmation. When this function returns True, the confirmation dialog is shown. Otherwise, the dialog is suppressed.
Function GCFShowRemoteDeletionConfirmation() GCFShowRemoteDeletionConfirmation = True End Function
Related concepts
Related tasks
Integrating custom GCF script with GCF 2012
Updating custom GCF script to GCF 2012
Understanding common conflicts
Suppressing custom code during GCF operations
Copyright © 2000-2012 BlueCielo ECM Solutions |